@charset "utf-8";
.m-btn{
    display: none;
    position: relative;
    width: 30px;
    height: 21px;   
    cursor: pointer;
    right: 0px;
    top: 10px;   
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background: #000;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.btn-hamburger__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    pointer-events: none;
}
.btn-hamburger__bar-top {
    top: 0;
}
.btn-hamburger__bar-middle {
    top: 9px;
}
.btn-hamburger__bar-bottom {
    bottom: 0;
}
.m-btn.active {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-btn.active .btn-hamburger__bar-top {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}
.m-btn.active .btn-hamburger__bar-middle {
    width: 0;
}
.m-btn.active .btn-hamburger__bar-bottom {
    -webkit-transform: translateY(-9px) rotate(90deg);
    transform: translateY(-9px) rotate(90deg);
}
.m-btn.active span {
    background: transparent;
    margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
    width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
    width: 24px;
}

@media (max-width: 992px){ 
.m-btn{
        display: block;
    }
}
/* 关于我们 */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #dcdcdc;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;   
    position: absolute;
    top: calc(40% - 10px);
    color:#fff;    
    z-index:2;
}
.ny-ban .ny-title h1.page-title{
    font-size: 45px;
    font-weight: 100;
    line-height: 1.4;
}
.ny-ban .ny-title h1.ban-title{
    font-size: 45px;
    font-weight: 100;
    line-height: 1.0;
}
.ny-ban .ny-title h1.ban-title span{
    display: block;
}
.ny-ban .ny-title h6.page-subtitle{    
    line-height: 1.0;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 10px;
}
.ny-ban .ny-title h6.ban-subtitle{  
    font-weight: 100;
    width: 45%;
    line-height: 1.4;
    font-size: 18px;
    margin: 20px 0 10px;
}
@media(max-width:991px){    
    .ny-ban .ny-title h1.page-title,.ny-ban .ny-title h1.ban-title {
        font-size: 22px;
    }
    
    .ny-ban .ny-title h6.page-subtitle{
        font-size: 18px;
        padding-left: 50px;
    }
    .ny-ban .ny-title h6.ban-subtitle{          
        width: 100%;        
        font-size: 14px;
    }
    .ny-ban img {
        width: 250%;
        max-width: none;
        margin-left: -125%;
    }
}
/* 当前位置 */
.position{    
    position: absolute;
    bottom: 30px;
    font-size: 20px;
    width: 100%;
    z-index: 2;
    color:#fff;
    text-align: right;   
}
.position li{
    display: inline-block;
}
.position li a{
    color:#fff;
}
.position li.active a{
    color:#c02128;
}
/*光伏系统*/
.page-banner{
    background: url(../img/background-single-product.png) bottom repeat-x;
    background-size: 90% 100%;
}
.sys-banner{
    position: relative;
}
.header-area{
    position: absolute;
    top: 50px;
    z-index: 1;
}

.header-area .entry-title-icon {
    width: 96px;
    float: left;
}
.header-area .entry-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 0.9;   
    margin-top: 5;
    text-transform: uppercase;
    position: relative;
}
.header-area .entry-subtitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px; 
    max-width: 100%;
}
.page-banner .banner-txt{
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.page-banner .banner-txt .banner-icon {
   margin-bottom: 10px;
}
.page-banner .banner-txt li:first-child{
    width: 70%;
}
.page-banner .banner-txt li:last-child{
    width: 30%;
    padding-right: 5%;
}
.sys-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sys-inner>div{
    width: 50%;
}
.product-info .pro-intro{
    margin: 40px 0px 0px;
}
.product-info .pro-intro h5{
    font-size: 34px;
    font-weight: 700;
    color: #c02128;
    margin: 0px 0px 40px;
}
/*搜索*/
.search {
    padding: 0px 60px;
    position: relative;
}
.search .searchcategory{
    position: absolute;
    width: 60px;
    height: 100%;
    left: 0;
    border: none;
}
.search .search-input{
    width: 100%;
    position: relative;
}
.search .search-input input{
    width:100%;
    border: 1px solid #e5e5e5;
    border-radius: 0px; 
    padding: 6px 20px;
    background-color: #fff;    
    font-family: Rajdhani,sans-serif;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #000;
    line-height: 1.5em;
    letter-spacing: .1em;
    font-size: 14px;
}
.search .search-icon{
    position: absolute;
    background-color: #582681;
    height: 100%;    
    right: 0px;
    top: 0px;
    color: #fff;
    border:1px solid #fff;
    width: 60px;
}
/*内页关于我们*/
.ny-about{ 
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom
}
.ny-about .about-txt{
    padding: 50px 0px;
    width: 55%;
    margin: 0px auto;   
}
.ny-about .about-img{
    height: 300px;
}
@media(max-width:992px){   
    .ny-about .about-txt {
        padding: 10px 0px;
        width: 100%;
    }
    .ny-about .about-img{
        height: 100px;
    }
}
/*企业文化*/
.culture{
    background: url(../img/culture.jpg) no-repeat center;
    color: #fff;
}
.culture ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0px;
}
.culture ul li{
    width: 33.3%;
    border-right: 1px solid #ffffff4e;
}
.culture ul li:last-child{
    border-right: none;
}
.culture .culture-con {
    padding: 35% 1%;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
}
.culture-con h3 {
    font-size: 30px;
    
    margin-bottom: 15px;
    font-weight: 600;
}
@media(max-width:992px){  
    .culture ul{
        margin: 0px 15px;
    }
    .culture .culture-con {
        padding: 5% 1%;
        font-size: 14px;
        text-align: left;
    }
    .culture-con h3 {
        font-size: 16px;
    }
    .culture ul li{
        width: 100%;
        border-right: 0px solid #ffffff4e;
        border-bottom: 1px solid #ffffff4e;
    }
}
/* 发展历程 */
#about .fzlc {
    width: 100%;   
    background: url(../img/history.jpg) bottom center no-repeat #f6f6f6;
    background-size: cover;
    padding-bottom: 300px;
}
#about .fzlc .box {
    padding-bottom: 120px;
}
#about .fzlc .box .text {
    font-weight: bold;
    color: #333;
    margin-bottom: 99px;
}
#about .fzlc .box .up {
    width: 70%;
    margin: 50px auto 0px auto;
    position: relative;
}
#about .fzlc .box .up .five_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
#about .fzlc .box .up .five_img .five {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
#about .fzlc .box .up .five_img .five .year {
    font-size: 22px;
    margin-bottom: 15px;
}
#about .fzlc .box .up .five_img .five:hover .year {
    color: #123b97;
}
#about .fzlc .box .up .five_img .five.act .year {
    color: #3bb149;
    font-weight: 600;
}
#about .fzlc .box .up .five_img .five .s_img {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;   
    background: #d8d8d8;
}
#about .fzlc .box .up .five_img .five .s_img img {
    position: absolute;
    top: 0;
    left: 0;
}
#about .fzlc .box .up .five_img .five .s_img img:last-child {
    opacity: 0;
}
#about .fzlc .box .up .five_img .five:hover .s_img{
    background: #3bb149;
}

#about .fzlc .box .up .five_img .five.act .s_img {
    background: #3bb149;
}
#about .fzlc .box .up .line {
    width: 98%;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}
#about .fzlc .swp {
    width: 100%;
    padding-left: 8%;
}
#about .fzlc .swp .swiperh1 .swiper-slide {
    width: 22%;
    margin: 0 8% 0 0;
}
#about .fzlc .swp .swiperh1 .swiper-slide .s1_box {
    width: 100%;
}
#about .fzlc .swp .swiperh1 .swiper-slide .s1_box .year {
    color: #ccc;
    font-family: "numa";
    font-weight: bold;
    font-size: 36px;
}
#about .fzlc .swp .swiperh1 .swiper-slide-active .s1_box .year {
    color: #3bb149;
    font-size: 50px;
}
#about .fzlc .swp .swiperh1 .swiper-slide .s1_box .text .c_text {
    color: #666;
    margin-bottom: 30px;
    font-weight: bold;
}
#about .fzlc .swp .swiperh1 .swiper-slide .s1_box .text .c_text:last-child {
    margin-bottom: 0px;
    line-height: 1.5;
}
#about .fzlc .swp .swiperh1 .swiper-slide-active .s1_box .text .c_text {
    color: #333;
}
@media (max-width: 992px){
    #about .fzlc {
        padding-bottom: 50px;
    }
    #about .fzlc .box .up {
        display: none;
    }
    #about .fzlc .swp {
        padding: 5%;
    }
    #about .fzlc .swp .swiperh1 {
        padding-bottom: 0px;
    }
    #about .fzlc .swp .swiperh1 .swiper-slide {
        width: 100%;
        margin: 0 0px 0 0;
    }
    #about .fzlc .swp .swiperh1 .swiper-slide .s1_box {
        display: block;
    }    
    #about .fzlc .swp .swiperh1 .swiper-slide .s1_box .text .c_text:last-child {
        margin-bottom: 0px;
        line-height: 1.5;
    }
    #about .fzlc .box {
        padding-bottom: 10px;
    }
    #about .fzlc .swp .swiperh1 .swiper-slide-active .s1_box .year,#about .fzlc .swp .swiperh1 .swiper-slide .s1_box .year{    
        font-size: 22px;
    }
}
/*企业实力*/
.power .par-tab{
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 25px 0px;
}
.power .par-tab li a{
    padding: 14px 60px;
    margin-right: 10px;  
    background: #ededed;
    border-radius: 35px;   
    font-size: 18px;
    display: block;
    transition: all 0.6s;
}
.power .par-tab li.active a,.power .par-tab li a:hover{
    color: #fff;
    background: #3bb149;
}
@media (max-width:992px){
    .power .par-tab li a{          
        font-size: 16px;
        padding: 5px 15px;
    }
}
.power .tab-content ul{
    padding: 50px 50px;
    font-size: 18px;
}
.power .tab-content ul li p strong{
    font-size: 24px;
}
.power .tab-content ul li img{
    width: auto;
    max-width: 100%;
}
@media (max-width:992px){
    .power .tab-content ul li p strong{
        font-size: 16px;
    }
    .power .tab-content ul{
        padding: 30px 0px;
        font-size: 14px;
    }    
}


/*企业荣誉*/
.ny-honor .honor-list img{
    max-width: 100%;
    max-height: 260px;
}
.ny-honor .honor-list {   
    text-align: center;   
}
.ny-honor .honor-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 260px;
    background: #fff;
}
.ny-honor .honor-list p{
    line-height: 1.4;   
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
}
/*技术方案*/
.product-slide .swiper-slide{
    text-align: center;
}
.product-slide .swiper-slide img{
    box-shadow: 10px 10px 20px 5px rgba(235,235,235,1.0);
    margin: 3% 0px;
    border-radius: 35px;
    border: 50px solid #fff;
}
.saas-advantages{
    background: #f0f6ff;
}
.saas-advantages ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.saas-advantages ul li{
    width: 25%;
    color: #fff;
    background-position: 50%;
    background-size: 100%;
    position: relative;
    height: 550px;
}
.saas-advantages ul li .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: top;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.saas-advantages ul li .text{
    width: 100%;
    height: 100%;
    background: rgba(22,120,255,.8);
    padding: 110px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.saas-advantages ul li .text .tit{
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
}
.saas-advantages ul li .text .content{
    font-size: 18px;
    margin-top: 30px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}
.saas-advantages ul li .text:hover{
  background: -webkit-gradient(linear, left top, left bottom, from(#00C4FF), to(#0091FF));
  background: linear-gradient(to bottom, #00C4FF, #0091FF);
}
@media (max-width:992px){
    .saas-advantages ul li {
        width: 50%;
        height: 300px;
    }
    .saas-advantages ul{
        margin-top: 20px;
    }
    .saas-advantages ul li .text{
        padding: 50px 10px;
    }
    .saas-advantages ul li .text .tit {
        font-size: 18px;
    }
    .saas-advantages ul li .text .content {
        font-size: 14px;
    }
}
/*适用领域*/
.saas-project{
    background: #fff;
}
.saas-project .saas-con{
    margin-top: 40px;
    text-align: center;
    color: #fff; 
}
.saas-project .saas-con ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.saas-project .saas-con ul li{
    padding: 0% 0%;
    width: 32%;
    position: relative;
}
.saas-project .saas-con ul li h5{
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,.5);
    bottom: 0px;
    padding: 20px 0px;
}
.saas-project .saas-con ul li h5 strong{
    font-size: 150px;
    line-height: 0.6;
    margin-top: -15px;
    display: block;
}
@media (max-width:992px){
    .saas-project .saas-con ul{
        margin-top: 20px;
    }
    .saas-project .saas-con ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .saas-project .saas-con ul li h5 {
        font-size: 16px;
    }
}
/*解决方案*/
.ny-solution{
    background: url(../img/comm-bg.jpg) no-repeat center #fff;
}
.solution-cabinet{
    background: #f0f6ff;    
}
.solution-cabinet .across-box{
    display: flex;
    margin-top: 40px;
    align-items: center;
}
.solution-cabinet .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.solution-cabinet .across-box .icon {
    margin: 0px 10%;
    height: 500px;
}
.solution-cabinet .list .item {
    width: 42%;
    margin: 10px 3% 30px;
    position: relative;
}
.solution-cabinet .list .item img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    float: left;
}
.solution-cabinet .list .item p:first-of-type {
    font-size: 18px;
    line-height: 23px;
    color: #28354c;
    font-weight: 600;
}
.solution-cabinet .list .item p {
    padding-left: 90px;
}
/*智能锂电池*/
.solution-battery{
    background: #fff;
}
.solution-battery .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px;
    position: relative;
}
.solution-battery .tip-box {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solution-battery .tip {
    width: 40%;
    margin-bottom: 40px;
}
.solution-battery .tip p:first-of-type {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    position: relative;
}
.solution-battery .tip p span {
    display: none;
}
.solution-battery .tip p:first-of-type img {
    width: 22px;
    margin-right: 8px;
    float: left;
}
.solution-battery .tip p:nth-of-type(2) {
    font-size: 14px;
    margin-top: 10px;
}
.solution-battery .img {
    width: 45%;
    position: relative;
    text-align: center;
}

/*软件用户端*/
.solution-app{
    background: #fff;
}
.solution-app .content-box{
    color: #fff;
    font-size: 15px;
    margin: 40px 0 0;
    line-height: 30px;
    text-align: center;
}
.solution-app .list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}
.solution-app .list-icon .item {
    width: 271px;
    height: 546px;
}
.solution-app .list {
    width: 100%;
    margin-top: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solution-app .list .item {
    width: 140px;
    color: #28354c;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.solution-app .list .item img {
    height: 60px;
}
.solution-app .list .item p:first-of-type {
    font-size: 18px;
    line-height: 23px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}
/*软件云平台*/
.solution-pt{
    background: #f0f6ff;
}
.solution-pt .across-box{
    justify-content: center;
}
.solution-pt .list{
    width: 40%;
}
.solution-pt .list .item {
    width: 100%;
    margin: 10px 0 20px;
    position: relative;
}
.solution-pt .list-icon{
    width: 40%;
}
@media(max-width:991px){
    .solution-cabinet .across-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .solution-cabinet .across-box .icon{
        height: 100vw;
        margin: 0 auto;
    }
    .solution-cabinet .list {
        padding: 20px 40px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .solution-cabinet .list .item {
        width: 100%;
        margin: 10px 0 30px;
    }
    .solution-cabinet .list .item img{
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        display: block;
        float: none;
    }
    .solution-cabinet .list .item p {
        padding-left: 0px;
    }
    .solution-cabinet .list .item p:first-of-type,.solution-battery .tip p:first-of-type {
        font-size: 14px;
    }
    .solution-cabinet .list .item p:nth-of-type(2) ,.solution-battery .tip p:nth-of-type(2){
        font-size: 12px;
    }
    .solution-battery .img {
        width: 100%;
        height: auto!important;
        text-align: center;
        padding-bottom: 100px;
    }
    .solution-battery .tip-box{
        width: 100%;
    }
    .solution-battery .tip {
        position: static!important;
        margin-bottom: 60px;
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .solution-battery .content-box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .solution-app .list-icon .item{
        height: auto;
    }
    .solution-app .list .item{        
        text-align: left;
        width: 48%;
    }
    .solution-app .list {
        margin-top: 15px;
        padding: 0 15px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .solution-app .list .item img {
        height: 30px;
    }
    .solution-app .list .item p:first-of-type{
        text-align: left;
        margin-top: 16px;
        font-size: 14px;
    }
    .solution-pt .across-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .solution-pt .list-icon,.solution-pt .list{
        width: 100%;
    }
}
.solution-txt{
    margin-top: 40px;
}
.solution-txt ul{
    display: flex;
    justify-content: space-between;
}
.solution-txt ul li{
    padding: 2% 2%;
    width: 25%;
    background: #fff;
    border-left: 1px solid #f8f8f8;
}
.solution-txt ul li h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.solution-advantage,.solution-case{
    background: #f6f6f6;
    overflow: hidden;
}
.solution-advantage ul{
    display: flex;
    justify-content: space-between;
    margin: 40px 0px;
}
.solution-advantage ul li{
    width: 33.3%;
    background: #fff;
    border-right: 1px solid #f6f6f6;
}
.solution-advantage ul li:last-child{
    border-right: none;
}
.solution-advantage .advantage-con {
    padding: 12% 8%;
}
.solution-advantage .advantage-con h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}
.solution-advantage .advantage-con h3 span{
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #e5e5e5;
}
.solution-advantage .advantage-con h3 span:after{
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #3bb149;
    margin: 15px 0px;
}
.solution-case .case-swiper{
    width: 65%;
    padding: 0px 60px;
    overflow: unset;
}
.solution-case .swiper-slide{    
    display: flex;
    background: #fff;
    justify-content: space-between;
    box-shadow: 10px 10px 20px 5px rgba(235,235,235,1.0);
    padding: 4% 6%;
    margin: 3% 0px;
}
.solution-case .swiper-slide .case-img{
    width: 58%;
    box-shadow: 10px 10px 20px 5px rgba(235,235,235,1.0);
}
.solution-case .swiper-slide .case-con{
    width: 40%;
}
.solution-case .swiper-slide .case-con .tit{
    font-size: 26px;
}
@media(max-width:991px){
    .solution-case .case-swiper {
        width: 100%;
        padding: 0px 40px;
    }
    .solution-case .swiper-slide {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .solution-case .swiper-slide .case-img,.solution-case .swiper-slide .case-con{
        width: 100%;
    }
    .solution-case .swiper-slide .case-con .tit {
        font-size: 16px;
        margin-top: 20px;
    }
}
/*社会责任*/
.respon-list{
    overflow: hidden;
    position: relative;
}
.respon-list li{
    width: 100%;    
    margin: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background: #fff;
}
.respon-list li:nth-child(2n) {
    flex-direction: row-reverse;
}
.respon-list .respon-img{
    width: 50%;
}
.respon-list .respon-img img{
    width: 100%;
}
.respon-list .respon-con{ 
    width: 50%;
    padding: 2% 3%;
}
.respon-list .respon-con h5{
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 500;    
}
.respon-list .respon-con h5:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #3bb149;
    margin: 15px 0px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.respon-list .respon-con strong{
    font-size: 30px;
    line-height: 1.2;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
.respon-list li:nth-child(2n) .respon-con{
    text-align: right;
}
.respon-list li:nth-child(2n) .respon-con h5:after{
    margin: 15px 0px 15px auto;
}
@media(max-width:991px){
    .respon-list .respon-img,.respon-list .respon-con{
        width: 100%;
    }
    .respon-list .respon-con h5 {
        font-size: 16px;       
        margin-bottom: 5px;
    }    
}


/*国际合作*/
.ny-case {
    background: #fff;
}
.ny-case .case-list img{
    width:100%;
}
.ny-case .case-list {
    margin-bottom:30px; 
}
.ny-case .case-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #f6f6f6;   
}
.ny-case .case-list{    
    display: flex;
    background: #fff;
    justify-content: space-between;
    box-shadow: 10px 10px 20px 5px rgba(235,235,235,1.0);
    padding: 4% 6%;
    margin: 3% 0px;
}
.ny-case .case-list .case-img{
    width: 45%;
    box-shadow: 10px 10px 20px 5px rgba(235,235,235,1.0);
}
.ny-case .case-list .case-con{
    width: 50%;
}
.ny-case .case-list .case-con .tit{
    font-size: 26px;
}
/*发展历程*/
.timeline{padding-top:80px;overflow: hidden;}
.timeline .tit{text-align:center; font-size: 36px; color:#333;margin:15px 0 45px}
.timeline .tit span{
    display: block;
    font-size: 24px;
    color: #666666;
}
.timeline ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}
.timeline ul li:nth-child(2n){
    padding-left: 54%;
    text-align: left;
}
.timeline ul li:nth-child(2n+1){
    padding-right: 54%;
    text-align: right;
}
.time-con::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    z-index: 2;
    background: #0088e5;
    border: 3px solid #7fc3f2;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #0088e5;
}
.timeline ul li:nth-child(2n+1) .time-con::after{
    left: auto;
    right: calc(50% + 6px);
}
.timeline ul li::before,.timeline ul li::after{
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(50% - 4px);
    left: 50%;
    background: #0088e5;
    margin-left: -1px;
}
.timeline ul li::after {
    top: auto;
    bottom: 0;
}
.time-con{
    display: inline-block;
    min-width: 40%;
    min-height: 40px;    
    border-radius: 4px;
    padding: 15px 20px;
    cursor: pointer;
}
.time-con h4{
    font-size: 26px;
    color: #0088e5;
}
.main{
    background: url(../img/comm-bg.jpg) no-repeat top 50px center;
}
/* 产品展示 */
.ny-comm{
    padding: 80px 0px; 
}
.ny-comm .ny-title{
   font-size: 40px;
   font-weight: 300;
   text-transform: uppercase;   
}
.ny-comm .ny-title:after{    
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #3bb149;
    margin: 5px auto;
}
.ny-comm .ny-title.pro-title{
    margin-bottom: 30px;
}
.ny-comm .ny-title.pro-title:after{
    margin: 5px 0px;
}
.ny-comm .btn-online {
    font-size: 20px;
    color: #fff;
    background: #c02128;
    border-radius: 5px;
    padding: 10px 15px;   
    margin: 40px 0px 0px;
}
/*ideal for reflective applications*/
.ny-comm .ny-bifacial ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-comm .ny-bifacial ul li{
    width: 24%;
    overflow: hidden;
    position: relative;
}
.ny-comm .ny-bifacial ul li img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-comm .ny-bifacial ul li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ny-comm .ny-bifacial ul li .cover-hover{
    position: absolute;
    top: 0;
    text-align: center;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    padding-top: 20%;
    width: 100%;
}
.ny-comm .ny-bifacial ul li .cover-hover h5{
    font-size: 22px;
    margin-bottom: 10px;
}
@media(max-width:991px){ 
    .ny-comm .ny-title {
        font-size: 24px;
    }
    .page-banner .banner-txt{
        font-size: 16px;
    }
    .page-banner .banner-txt li:first-child,.page-banner .banner-txt li:last-child{
        width: 100%;
    }
    .page-banner .banner-txt li:last-child{
        padding-left: 5%;
        padding-bottom: 10%;
    }    
    
}
.ny-menu{
    box-shadow: 0px 10px 20px 0 rgba(235,235,235,.8);
    overflow: hidden;    
}
@media(max-width:991px){
    .ny-menu{
       display: none;
    }
}
.ny-menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ny-menu ul li h5{    
    font-size: 18px;
    font-weight: 400;
    text-align: center;    
    padding: 30px 20px;
    margin: 0px 25px;
    position: relative;   
}
.ny-menu ul li h5::before{
    content: '';
    background: #3bb149;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    height: 2px;
    width: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.ny-menu ul li h5:hover::before, .ny-menu ul li.on h5::before {
    width: 100%;
    background: #3bb149;
}
.ny-menu ul li.active a h5,.ny-menu ul li a:hover h5{ 
    color:#3bb149;
}
.comm-left .ny-nav li{
   margin: 0 0 14px;
   font-family: Rajdhani,sans-serif; 
}
.comm-left .ny-nav li a{ 
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;  
    display: block;  
}
.comm-left .ny-nav li.active a,.comm-left .ny-nav li a:hover{   
    color:#c02128;
}

/*侧边新闻*/
.blog-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-list li{
    margin: 0 0 20px;
}
.blog-list li .post-image {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.blog-list li .bli-content {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 10px;
}
.blog-list li .bli-content .post-date {
    font-family: Heebo,sans-serif;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #c02128;
    font-size: 11px;
    letter-spacing: .075em;
}
.post-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
}

/*PV MODULE 轮播列表*/
.ny-pro-list{
    margin-bottom: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border: 1px solid #f7f7f7;
    background: #fff;   
    padding: 40px 40px;      
}

.ny-pro-list:hover{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);    
}
.ny-pro-list .ny-pro-img{
    overflow: hidden;
    text-align: center;   
}
.ny-pro-list .ny-pro-img img{
    width:100%;
    padding: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-pro-list .ny-pro-title{ 
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ny-pro-list:hover .ny-pro-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
/*换电柜核心优势*/
.product-advantage{
    background: #f2f6f9;
}
.product-advantage .otherThumbs{
    width: 65%;
    margin: 30px auto;
}
.product-advantage .gallery-thumbs{
    text-align:center;
    cursor:pointer;
}
.product-advantage .gallery-thumbs .swiper-slide:hover{
    color:#5bb43c
}
.product-advantage .gallery-thumbs .thumbs{
    font-size: 18px;
    padding: 14px 35px;
    overflow: hidden;
    background: #ededed;
    border-radius: 45px;
}
.product-advantage .gallery-thumbs .swiper-slide-thumb-active .thumbs{
    color: #fff;
    font-weight: bold;
    background: #3bb149; 
}
.product-advantage .otherGallery{
    margin: 0px 7%;
    padding: relative;
}
.product-advantage ul{
    display: flex;
    justify-content: space-between;    
}
.product-advantage ul li{
    width: 32%;
    background: #fff;
    padding: 50px;
    margin: 0px 1.3%;
}
.product-advantage ul li img{
    width: 100%;
    margin-bottom: 20px;
}
.product-advantage .gallery-top .swiper-slide{
    text-align: center;
}
@media (max-width:991px){
    .comm-left .ny-nav li a {
        padding: 0px 25px;
        font-size: 14px;
    }
}
/*类别*/
.ny-product .pro-img img{
    width: 100%;
    opacity: 0.75;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;    
}
.ny-product .pro-con{
    background: #000;   
    margin-bottom: 85px;
    text-align: center;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product .pro-con:before{
    content: '';
    position: absolute;
    background-image: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 1px solid rgba(255,255,255,0.5);
    opacity: 0; 
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;  
}

.ny-product .pro-con h5::before{
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #c02128;
    border-radius: 10px;
    margin: 10px auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product .pro-con h5{
    font-size: 20px;
    background: #fff;
    padding: 20px 20px;
    line-height: 1.4;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: absolute;
    bottom: -50px;
    width: 90%;
    left: 5%;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);
}
.ny-product .pro-con:hover .pro-img img{
    opacity: 1;
}
.ny-product .pro-con:hover:before{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;   
    opacity: 1;
    transition: all 0.5s ease;
}
.ny-product .pro-con:hover h5{
    color: #c02128;
}
.ny-product .text-center .homeLink{
    margin-top: 80px;
}
@media (max-width:991px){ 
    .ny-product .text-center .homeLink{
        margin-top: 0px;
    }
}

/*其他下载文档*/
.other-doc{
    background: #f7f7f7;
    padding: 50px 0px;
}
.other-doc .fluidvids {
    width: 100%;
    position: relative;
}
.other-doc h3{
    font-size: 3.0rem;
    margin-top: 30px;
    line-height: 1.333;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.doc-link{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.doc-link li a{
    width: 100%;
}
.doc-link .btn-outline{
    margin-top: 20px;
    color: #fff; 
    overflow: hidden;   
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #ff3737;
    background: -moz-linear-gradient(left, #3a083d 0%, #3a083d 50%, #ff3737 50%, #ff3737 100%);
    background: -webkit-linear-gradient(left, #3a083d 0%, #3a083d 50%, #ff3737 50%, #ff3737 100%);
    background: linear-gradient(to right, #3a083d 0%, #3a083d 50%, #ff3737 50%, #ff3737 100%);
    background-size: 300% 100%;
    background-position: 98% bottom;
    transition: all 0.5s ease;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 1;
}
.doc-link .btn-outline:hover{
    color: #fff;
    background-position: 1% bottom;
    border: 2px solid rgb(0,0,0,0);
    transform: scale(1.1);
}
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}

@media (max-width:991px){
    .ny-comm .about-title,.ny-img .img-con h5{
        font-size: 24px;
        margin: 0px 0px 15px;
    }    
    .ny-comm{        
        padding: 20px 0px;
    }
    .ny-comm-box .comm-left{
        display: none;
    }
    .ny-comm-box .comm-right{
        width:100%;
    }
    .m-pro-nav{
        display: block;
        margin:20px 15px;
    }
    .ny-pro-list .ny-pro-title {
        font-size: 14px;
        height: auto;         
    }
    .ny-pro-content img{
        width: 100%;
    }    
}

/*产品展示详情 */
.product-info{
    background-color: #f4f4f4;
    border: 1px solid #efefef;
    padding: 0px 0px;
    margin-bottom: 30px;    
}
.product-info ul{    
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.product-info ul:before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
    background: #fff;
    content: "";
    z-index: 1;
}
.product-info ul li{
    width: 49%;
    position: relative;
}
.product-info h5{
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 15px;
}
.product-info h5 span{
    font-size: 22px;
    display: block;
    color: #031c7b;
}
.product-info h5 span:after{
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    margin: 10px 0;
    background-color: #ff2d2d;
}
.product-info .case-img{
    padding: 1% 28%;
    text-align: center;
    background: #fff; 
    position: relative;
    z-index: 2;
}
.product-con{
    padding: 15px 15px 15px 0px;
}
.product-con .overview span{
    font-size: 20px;
    font-weight: bolder;
    color: #034496;
    display: block;
}
@media(max-width:512px){
    .product-con{
        padding: 15px 15px 15px 15px;
    }
    .product-info h5 span,.product-info h5{
        font-size: 18px;
        margin-top: 10px;
    }
    .product-info h5 span:after {        
        width: 36px;
        height: 2px;        
        margin: 5px 0;        
    }
}
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.pro-down{   
    margin: 10px auto;   
}
.pro-down .down-txt{   
    font-size: 18px;
    font-weight: 600;
    color: #ff7214;
    transition: all .5s;
}

.pro-wechat{   
    margin: 10px auto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.pro-wechat .tel,.pro-wechat .more,.pro-wechat .wechat{    
    padding: 15px 15px;
    background: #ff7214;
    color: #fff;
    transition: all .5s;
}
.pro-wechat .wechat{
    background: #000;
}
.pro-wechat .more:hover,.pro-wechat .wechat:hover{
    opacity: 0.85;
}
@media(max-width:991px){
    .product-con .overview{
        height: auto;
    }
    .pro-wechat{           
        font-size: 14px;
    }
    .pro-wechat .tel,.pro-wechat .more,.pro-wechat .wechat{    
        padding: 10px 5px;
    }
}
.product-info-content {
    background-color: #fff;
    margin: 40px auto;
}
.product-info-content p img{
    margin: 15px 0px;
    width: auto;
    max-width: 100%;
}
.product-info-content h5 {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin: 0px 0px 20px;
    background: #f4f4f4;
}
.product-info-content h5 span {
    display: inline-block;
    font-weight: 600;
    padding: 20px 30px;
    background: #3bb149;
    color: #fff;
}
.product-info-content .table>tbody>tr>th{
    background: #626b6f;
    color: #fff;
}
.product-info-content .table>tbody>tr:first-child>th{
    background: #3bb149;
    color: #fff;
}
.product-case{
    background: #f8f8f8;
}
.product-case .img-swiper{
    padding-top: 40px;
}
.product-case .swiper-slide h5{
    margin-top: 10px;
    text-align: center;
}
/*新闻列表*/
.ny-news .ny-news-list {
    padding: 25px;
    background: #fff;
    margin-bottom: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding: 20px 20px 20px 0;
    border-bottom:1px solid #e3e3e3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{       
    font-weight: 500;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{   
    display: block;
    line-height: 1.2;
    font-weight: 900;
    font-size: 18px;
    color: #cacaca;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    width: 90%;
    color: #828282;
    margin-top:15px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
    background: #fff;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}

@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title {
        width:100%;
        font-size: 16px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title span{
        display: block;
        width:100%;
        font-size: 14px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        width:100%;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-top: 5px;
    }
}
/* 新闻详情页 */
.ny-news-info{
    width: 65%;
    margin: 0px auto;
    padding: 60px;
    background: #fff;
}
.ny-comm .news-info-title{
    padding-bottom: 20px;   
    border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;   
    line-height: 1.11;
}
.ny-comm .news-info-title .category {
    color: #403c3e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.ny-news-info .news-info-content{
    margin: 30px 0px;
}
.ny-news-info .news-info-content img{
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail img{
    width: 100%;
}

@media (max-width:991px){
    .ny-news-info{
        padding:20px 0;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .position{
        padding:0;
    }
    .position ul li{
        padding:20px 0 20px 20px;
    }
}
.empty_space{
    height: 40px;
}
/*下载*/
.down-nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.down-nav li{
    width: 19%;
}
.down-nav li h5{
    background-color: #f4f4f4;
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.down-nav li.active h5{
    background-color: #f27c06;
    color: #fff;
}
.downlist ul li{
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #f27c06;
}
/* 联系我们 */
.contact-con h4{
    font-size: 2rem; 
    font-weight: bold;
    text-transform: uppercase;
}
.contact-con ul li p{      
    padding: 20px 0px 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 55px;
}
.contact-con .fa{    
    font-size: 18px;
    font-weight: 600;
    color: #3bb149;
}
.map{
    border: 1px solid #ddd; 
    padding: 15px; 
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
.messsage{    
    padding: 30px 30px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
}
.messsage h3{
    font-size: 2rem;    
    line-height: 1.5;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.messsage div{
    margin-bottom: 15px;
}
.messsage .form-control{
    border-radius: 0px;
    height: 45px;
}
.messsage textarea.form-control {
    height: auto;
}
.messsage label {    
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 0px;   
}
.messsage .message-btn button{
    width: 100%;    
    height:45px;
    border:none;
    text-transform: uppercase;
}
/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#004080;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}
@media(max-width:992px){
    .contact-con ul li p {
        padding: 5px 0px 5px;
        margin-bottom: 10px;
    }
    .downlist .panel h3{
        font-size: 18px;
    }
    .contact-con h4{
        font-size: 20px;
        margin-bottom: 10px;  
    }
    
}
.product-info h4{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;

}
@media(max-width:767px){
    .product-info h4{
        font-size: 18px;
    }
}
/*城市合伙人*/
.jss54 {    
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.jss55 {
    position: relative;
    padding-bottom: 0.5rem;
}
.jss56 {
    color: rgba(0, 0, 0, 1);
    z-index: 99;
    position: relative;
    font-size: 30px;
    margin-top: 4.5625rem;    
    font-weight: 500;
}
.jss57 {
    top: 0;
    left: 20.75rem;
    color: rgba(204, 204, 204, 1);
    width: max-content;
    z-index: 9;
    position: absolute;
    font-size: 48px;    
    font-weight: 600;
}
.jss58 {
    width: 100%;
    color: #fff;    
    margin: 100px auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.jss58 .img-responsive{
    width: 100%;
}
.jss59 {
    font-size: 22.5px;
    font-weight: 500;
}
.jss60 {
    width: 55%;
    position: absolute;
    bottom: 12.9375rem;
}
.jss61 {
    width: 26%;
    padding: 50px;
    bottom: 0;
    top: -50px;
    display: flex;
    color: rgba(51, 51, 51, 1);
    position: absolute;
    box-shadow: 0px -8px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
}
.jss63 {
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-weight: 500;
}
.jss64 {
    color: rgba(102, 102, 102, 1);
    display: flex;
    font-size: 14px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.jss65 {
    width: 11.25rem;
    border: none;
    font-weight: 500;
    border-radius: 1.5rem;
    margin-top: 2.5rem;
    color: #ffffff;
    background: #3bb149;
}
@media (min-width: 600px){
    .left {        
        left: 6.25rem;
    }
    .right {
        right: 6.0625rem;
    }
}
@media (max-width: 992px){    
    .jss58 {
        margin: 15px auto;
    }
    .jss59 {
        font-size: 16px;
        font-weight: 500;
    }
    .jss60 {
        width: 90%;
        top: 10px;
        left: 5%;
        line-height: 1.5;
        font-size: 12px;
    }
    .jss61 {
        width: 90%;
        position: relative;
        padding: 50px;
        bottom: 0;
        left: 5%;
        top: -20px;
        
    }
    .jss63{
        font-size: 18px;
    }
}
.accordionWraper{
    margin-top: 40px;
}
.accordionWraper .accordion {
    position: relative;    
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    border: 1px solid #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}
.accordionWraper .panel {
    padding: 15px;
    display: none;        
    text-align: left;
    border: 1px solid #f8f8f8;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    position: relative;
}
.accordionWraper .active .accordion {
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
.accordionWraper .accordion:before {
    position: absolute;
    content: '+';
    top: 0;
    right: 15px;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
}
.accordionWraper .active .accordion:before {
    content: '-';
}
@media (max-width: 992px){  
    .accordionWraper .accordion{
        font-size: 14px;
    }
}